home *** CD-ROM | disk | FTP | other *** search
- Path: connix.com!news
- From: Scott Hawley <shawley@connix.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Newbie Question about fprintf
- Date: 12 Jan 1996 15:21:13 GMT
- Organization: SHAWLEY SYSTEMS
- Message-ID: <4d5u99$6rn@comet.connix.com>
- References: <4d4o9k$6m9@brickbat.mindspring.com>
- NNTP-Posting-Host: shawley.connix.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- \n is a "NEW LINE" character not a "CARRIGE RETURN/NEWLINE" most printer
- will have a dip switch or other way of setting newline into CR/NL or you
- can write with both "\n\r" would solve the problem.
-
-
-